home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / tools / make / cmake / samples / masm / a_hello.h < prev    next >
Encoding:
Text File  |  1991-11-16  |  81 b   |  4 lines

  1. /* a_hello.h - Include file for a_hello.asm */
  2.  
  3. void a_print_hello ( void ) ;
  4.